test(e2e): add GPU workload image artifacts#1484
Open
elezar wants to merge 1 commit into
Open
Conversation
Closes #1476 Define local GPU workload image sources for smoke-pass, smoke-fail, and cuda-basic validation, plus a mise build task that tags images with the source revision and records the latest local image refs. Signed-off-by: Evan Lezar <elezar@nvidia.com>
7 tasks
Member
Author
E2E Test AttestationLocal E2E tests passed. CI does not currently run this GPU host validation, so this comment records the local run.
Test SummaryTests Executed
Direct Image Validation
|
This was referenced May 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Define local GPU workload image artifacts for smoke-pass, smoke-fail, and cuda-basic validation. The build task supports Docker or Podman through the existing container-engine helper, tags images with the source revision, and writes the latest local refs for downstream testing.
Related Issue
Closes #1476
Changes
e2e/gpu/: documents the workload image contract, direct validation flow, and publish guidance.e2e/gpu/images/smoke-pass: adds a positive marker-only workload image.e2e/gpu/images/smoke-fail: adds a stable negative-path workload image.e2e/gpu/images/cuda-basic: builds CUDA samplesdeviceQueryandvectorAddfromNVIDIA/cuda-samplesv12.8, copies the statically linked binaries into the OpenShell community base image, and runs both validations.tasks/scripts/e2e-gpu-build-images.sh: adds image discovery, subset selection, source-SHA/dirty tagging, Docker/Podman build invocation, andlatest.envgeneration.tasks/test.toml: addsmise run e2e:gpu:images:build..gitignore: ignores generated GPU image build metadata.Deviations from Plan
None. Migration to OpenShell-Community and Git-ref based builds remain follow-up work as planned.
Testing
mise run e2e:gpu:images:builddocker run --rm localhost/openshell/gpu-workload-smoke-pass:785872b4docker run --rm localhost/openshell/gpu-workload-smoke-fail:785872b4exits 42 with the failure markerdocker run --rm --device nvidia.com/gpu=all localhost/openshell/gpu-workload-cuda-basic:785872b4mise run pre-commitmise run e2e:gpupasses 7 GPU selection testsTests added:
Checklist
Documentation updated:
e2e/gpu/README.md: workload contract, build task, local validation, and publish guidance.e2e/gpu/images/*/README.md: per-image purpose, build, and direct-run instructions.